Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Leverage core::error::Error; MSRV 1.81 #303

Merged
merged 1 commit into from
Oct 15, 2024
Merged

Leverage core::error::Error; MSRV 1.81 #303

merged 1 commit into from
Oct 15, 2024

Conversation

tarcieri
Copy link
Member

Now that core::error::Error is stable in 1.81, leverages it to make the Error impl always available.

Since ssh-cipher has no other dependencies on std, removes the std feature from this crate entirely.

@tarcieri tarcieri force-pushed the use-core-error branch 2 times, most recently from 3c6a9d5 to c25e95b Compare October 15, 2024 20:19
Now that `core::error::Error` is stable in 1.81, leverages it to make
the `Error` impl always available.

Since `ssh-cipher` has no other dependencies on `std`, removes the `std`
feature from this crate entirely.
@tarcieri tarcieri merged commit c177400 into master Oct 15, 2024
30 checks passed
@tarcieri tarcieri deleted the use-core-error branch October 15, 2024 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant